route.ts 165 B

12345
  1. import { toNextJsHandler } from "better-auth/next-js";
  2. import { auth } from "@/features/auth/lib/better-auth";
  3. export const { POST, GET } = toNextJsHandler(auth);